home *** CD-ROM | disk | FTP | other *** search
- # make file for SORTC.EXE
- VPATH = .;\mc\include
-
- OBJS = sortc.obj fgetss.obj fputss.obj copy.obj
-
- # The rules for linking
- #
- sortc.exe : $(OBJS)
- link $(OBJS) $(SETARGV) , $@;
-
- debug : $(OBJS)
- link $(OBJS) $(SETARGV) , sortc.exe /CO;
-
- # end of SORTC
-